home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fckdemo1.zip / OPTIONS.TXT < prev    next >
Text File  |  1994-04-12  |  2KB  |  62 lines

  1. OPTIONS
  2.  
  3. subprogram analysis:
  4.  
  5. -      Analyze all columns of the source input records.
  6. -      Accept a maximum number of continuation lines.
  7. -      Present a warning for all variables that are not explicitly declared.
  8. -      Process conditional compilation (debug) lines.
  9. -      Flag all referenced subprograms which have not been declared
  10.        external.
  11. -      Flag all language extensions which are not in the Fortran 90
  12.        standard.
  13. -      Source input is in free-format.
  14. -      Integers occupy 2 bytes storage by default. The length of logicals
  15.        depends on the compiler emulation chosen.
  16. -      Integers and logicals occupy 4 bytes storage by default.
  17. -      Integers and logicals occupy 8 bytes storage by default.
  18. -      Flag all Fortran 90 obsolescent syntax features.
  19. -      Relax type checking between integers, logicals and Holleriths.
  20. -      Apply rigorous syntax analysis and verify portability.
  21. -      Check the syntax to conform to the ANSI Fortran 77 standard.
  22. -      Truncate names to 6 significant characters.
  23.  
  24.  
  25. global analysis:
  26.  
  27. -      Signal unreferenced subprograms, unreferenced common blocks,
  28.        unreferenced and undefined common-block elements.
  29. -      Verify the consistency of the program.
  30. -      Analyze the reference structure.
  31.  
  32.  
  33. output:
  34.  
  35. -      Maximum number of lines n on an output page, n > 10.
  36. -      Generate listings and cross-references of subprograms.
  37. -      Generate cross-reference of elements of specified common
  38.        block(s).
  39. -      List statements of include files.
  40. -      Include unreferenced constants, declared in include files, and
  41.        unreferenced common-block elements in the cross-references.
  42. -      Present the program cross-references.
  43. -      Present the reference structure for the roots specified.
  44. -      List source lines.
  45.  
  46.  
  47. libraries:
  48.  
  49. -      Create new library and insert analyzed subprograms in it.
  50. -      Include all subprograms from this library file in the analysis.
  51. -      Include specified subprograms in the analysis.
  52. -      Update library with the analyzed subprograms.
  53.  
  54.  
  55. miscellaneous:
  56.  
  57. -      Exit if errors during command input.
  58. -      Present help information on the screen.
  59. -      Show informative messages.
  60. -      Specify include paths.
  61. -      Log and show internal table usage.
  62. -      Show warnings.